home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / feednfrenzy.swf / scripts / frame_611 / PlaceObject2_235_81 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-09-25  |  268b  |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(this._x > 1200)
  3.    {
  4.       removeMovieClip(this);
  5.    }
  6.    if(this._x < -500)
  7.    {
  8.       removeMovieClip(this);
  9.    }
  10.    this._y = _root.depth._y + 10;
  11.    this._y += _global.ygo;
  12.    this._x += _global.xgo;
  13.    this._x += 4;
  14. }
  15.